.s_button5 {
  background: #f5f5f5;
  color: #000;
  font-size: 16px;
  padding: 12px 0 !important;
  border: none !important;
  transition: all 0.5s;
}
.s_button5:hover {
  background: var(--main-color);
  font-size: 16px;
  color: #fff;
}
